Update Configuration

Updates an existing configuration for the current user.

SecurityapiKey
Request
path Parameters
configurationId
required
string

ID of the configuration.

Example: c074b9f3-abf0-4f8e-9a20-74deb6cfa2a4
Request Body schema: application/json
object (BusinessPartnerValidationConfiguration)

Configuration of the validation process for a single Business Partner record.

featuresOn
Array of strings (WorkspaceConfigurationUpdateFeaturesOn)

Features to be enabled.

Items Value: Description
REEVALUATION_ON_CHANGES

Re-evaluates business partners based on changes in the configuration.

Example: ["REEVALUATION_ON_CHANGES"]
name
string

The name of the configuration.

Example: "Custom configuration name"
Responses
200

Configuration updated successful.

400

Bad Request.

put/configurations/businesspartnervalidation/{configurationId}
Request samples
application/json
{
  • "name": "demo config",
  • "configuration": { }
}
Response samples
application/json
{
  • "name": "demo config",
  • "id": "63a1d5a13b5faf2f613164c0",
  • "createdAt": "2022-12-20T15:32:49.579Z",
  • "modifiedAt": "2022-12-20T15:43:43.158949713Z",
  • "createdBy": "demo"
}